projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3329a
)
(rmail-message-subject-p):
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Nov 1998 18:55:11 +0000
(18:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Nov 1998 18:55:11 +0000
(18:55 +0000)
Handle message whose header has not been reformatted.
lisp/mail/rmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailsum.el
b/lisp/mail/rmailsum.el
index df01543f2d1deed1245c00196a142f786c4efd87..42cdbbb384f206a744b3bd7f3013bc95d89b5b31 100644
(file)
--- a/
lisp/mail/rmailsum.el
+++ b/
lisp/mail/rmailsum.el
@@
-131,7
+131,7
@@
SUBJECT is a string of regexps separated by commas."
(defun rmail-message-subject-p (msg subject &optional whole-message)
(save-restriction
(goto-char (rmail-msgbeg msg))
- (search-forward "\n*** EOOH ***\n")
+ (search-forward "\n*** EOOH ***\n"
(rmail-msgend msg) 'move
)
(narrow-to-region
(point)
(progn (search-forward (if whole-message "\^_" "\n\n")) (point)))